Skip to content

chore(deps): bump the workspace group across 1 directory with 3 updates - #96

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workspace-f0018f3a95
Closed

chore(deps): bump the workspace group across 1 directory with 3 updates#96
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workspace-f0018f3a95

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the workspace group with 3 updates in the / directory: @ai-sdk/anthropic, @ai-sdk/deepseek and @ai-sdk/google.

Updates @ai-sdk/anthropic from 3.0.84 to 3.0.103

Release notes

Sourced from @​ai-sdk/anthropic's releases.

@​ai-sdk/openai@​3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.
Changelog

Sourced from @​ai-sdk/anthropic's changelog.

3.0.103

Patch Changes

  • 7865a71: fix(anthropic): report thinking tokens as reasoning token usage

3.0.102

Patch Changes

  • b4c4426: feat (provider/anthropic): support fallbacks 'default' mode, which routes safety classifier refusals to Anthropic's recommended fallback model (adds the server-side-fallback-2026-07-01 beta automatically)
  • b4c4426: feat (provider/anthropic): support mid-conversation tool changes via the toolChanges system message provider option, emitting tool_addition/tool_removal content blocks and the mid-conversation-tool-changes-2026-07-01 beta
  • b4c4426: feat (provider/anthropic): add claude-opus-5 model id with frontier-tier capabilities (128k output tokens, structured output, adaptive thinking, xhigh effort, sampling parameter rejection, thinking-disabled only at effort high or below)

3.0.101

Patch Changes

  • 0608dca: fix (provider/anthropic): use current-generation capability defaults for unrecognized Claude model IDs while retaining conservative defaults for legacy Claude and non-Claude models.

3.0.100

Patch Changes

  • b7afc80: Warn when an unknown model uses the default 4096 max output token limit.

3.0.99

Patch Changes

  • db8cff6: fix(amazon-bedrock): sanitize unsupported JSON Schema constraints in native Anthropic structured output
  • 94d0f86: fix(provider/anthropic): warn when parallel tool use is requested with JSON tool structured output

3.0.98

Patch Changes

  • 10366a2: fix(provider/anthropic): preserve web search citations when replaying assistant messages
  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

3.0.97

Patch Changes

  • Updated dependencies [06fb54c]
    • @​ai-sdk/provider-utils@​4.0.39

3.0.96

... (truncated)

Commits
  • 909df02 Version Packages (#17927)
  • 7865a71 backport: fix(anthropic): report thinking tokens as reasoning token usage (#1...
  • f6ac6a2 Version Packages (#17910)
  • b4c4426 feat(anthropic): opus 5 (#17905)
  • 07edaea Version Packages (#17825)
  • 0608dca [v6.0] fix: incorrect capability defaults for unrecognized Claude model IDs (...
  • f53b627 Version Packages (#17650)
  • b7afc80 [v6.0] fix: surface the implicit output token limit for unknown Anthropic mod...
  • 20e2395 Version Packages (#17552)
  • db8cff6 [v6.0] fix: prevent Bedrock native structured output from forwarding unsuppor...
  • Additional commits viewable in compare view

Updates @ai-sdk/deepseek from 2.0.39 to 2.0.50

Changelog

Sourced from @​ai-sdk/deepseek's changelog.

2.0.50

Patch Changes

  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

2.0.49

Patch Changes

  • 55be323: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text

2.0.48

Patch Changes

  • Updated dependencies [06fb54c]
    • @​ai-sdk/provider-utils@​4.0.39

2.0.47

Patch Changes

  • Updated dependencies [e1af05f]
    • @​ai-sdk/provider@​3.0.14
    • @​ai-sdk/provider-utils@​4.0.38

2.0.46

Patch Changes

  • bef93ae: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • 327642b: fix: more precise default message for tool execution denial

  • Updated dependencies [d559de9]

    • @​ai-sdk/provider-utils@​4.0.37

2.0.45

Patch Changes

  • Updated dependencies [0952964]
    • @​ai-sdk/provider-utils@​4.0.36

2.0.44

Patch Changes

... (truncated)

Commits

Updates @ai-sdk/google from 3.0.82 to 3.0.102

Release notes

Sourced from @​ai-sdk/google's releases.

@​ai-sdk/openai@​3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.
Changelog

Sourced from @​ai-sdk/google's changelog.

3.0.102

Patch Changes

  • e728a98: Forward topK through Google Interactions requests and warn when unsupported frequency or presence penalties are provided.

3.0.101

Patch Changes

  • 326887b: fix(google): omit unsupported function call IDs

3.0.100

Patch Changes

  • dae771a: feat(provider/google): default unknown Gemini model IDs to the newest supported capabilities

3.0.99

Patch Changes

  • 2886d22: Avoid missing thought-signature warnings and skip-validator injection for valid unsigned Gemini 3 parallel function calls in the same model response.

3.0.98

Patch Changes

  • a09f944: feat(google): add gemini-3.6-flash and gemini-3.5-flash-lite models

3.0.97

Patch Changes

  • a6cb3c1: fix(provider/google): surface Gemini responseId as response-metadata (stream) and response.id (generate)

3.0.96

Patch Changes

  • 0d51472: fix(provider/google): associate multiple code execution results with their tool call

3.0.95

Patch Changes

  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

3.0.94

... (truncated)

Commits
  • 98d8c43 Version Packages (#18028)
  • e728a98 [v6.0] fix: preserve sampling-option behavior in Google Interactions (#18026)
  • ac40b4e Version Packages (#17918)
  • 326887b Backport: fix(google): omit unsupported function call IDs (#17911)
  • 07edaea Version Packages (#17825)
  • dae771a [v6.0] feat: use forward-compatible capability defaults for unknown Google Ge...
  • f53b627 Version Packages (#17650)
  • 2886d22 [v6.0] fix: prevent warnings and skip-validator injection for valid Gemini 3 ...
  • 95c9e8d Version Packages (#17604)
  • a09f944 backport (v6): feat(google): add gemini-3.6-flash and `gemini-3.5-flash-lit...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@dependabot
dependabot Bot requested a review from iamjr15 as a code owner July 29, 2026 08:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/workspace-f0018f3a95 branch from 96b81d5 to b81ebdb Compare July 29, 2026 09:53
Bumps the workspace group with 3 updates in the / directory: [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic), [@ai-sdk/deepseek](https://github.com/vercel/ai/tree/HEAD/packages/deepseek) and [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google).


Updates `@ai-sdk/anthropic` from 3.0.84 to 3.0.103
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/anthropic@3.0.103/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@3.0.103/packages/anthropic)

Updates `@ai-sdk/deepseek` from 2.0.39 to 2.0.50
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/deepseek@2.0.50/packages/deepseek/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/deepseek@2.0.50/packages/deepseek)

Updates `@ai-sdk/google` from 3.0.82 to 3.0.102
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/google@3.0.102/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@3.0.102/packages/google)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 3.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workspace
- dependency-name: "@ai-sdk/deepseek"
  dependency-version: 2.0.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workspace
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workspace
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/workspace-f0018f3a95 branch from b81ebdb to 6ba53ed Compare July 29, 2026 10:35
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 31, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/workspace-f0018f3a95 branch July 31, 2026 16:11
iamjr15 added a commit that referenced this pull request Jul 31, 2026
…110)

Phase C of the OSS-ready program.

- **PR-title gate**: Conventional-Commits pattern still enforced for
all; the 72-char ceiling now exempts `dependabot[bot]` (titles are
machine-generated and unshortenable — #76/#78 fail today solely on
length; commitlint's own ceiling is 100).
- **Dependency floors**: `dompurify` → 3.4.12 (closes alert #5);
`body-parser` → 2.3.0 (resolved 2.2.2 was in-range via express + MCP-SDK
paths, closes alert #4).
- **`CLOUDFLARE_ACCOUNT_ID`** now read from secrets (masked in public
run logs; secret created beforehand; the variable is deleted after the
next validated dispatch — historical logs remain unredacted regardless).
- `build-snapshot` environment casing normalized to `Production`;
sandbox Dockerfile comment ties alerts #9/#8 to the existing overlay
mitigation.

## Verification notes

- [x] `pnpm lint` / `pnpm typecheck` / `pnpm turbo build --force` /
`pnpm deadcode` / `pnpm architecture:check` / `pnpm turbo skills:build`
— independent clean-install rerun
- Lockfile diff limited to the two override resolutions; `pnpm why
body-parser` single-resolves 2.3.0.
- Post-merge: rebase #76/#78 (title gate), re-run #96 (expired
quarantine), merge #81 after diff re-check; dispatch deploy to validate
the secret-backed account id; then delete the variable.
@iamjr15

iamjr15 commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant